home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00070_Field_problem for.txt < prev    next >
Text File  |  1999-05-31  |  305b  |  14 lines

  1. on mousedown
  2.   global mainframe,ww
  3.   if ww = the clickon then
  4.     nothing
  5.   else
  6.     hide
  7.     go to frame mainframe
  8.     set xx to the name of member(the membernum of sprite the clickon)
  9.     set the visible of sprite value(xx) to true
  10.     set ww to  the clickon
  11.     updatestage
  12.     end if
  13. end
  14.